LUA POP STRING$

Pops an element of the LUA stack, if and only if the top element is a string (or convertible), and returns that string.
You can get more help on the LUA stack on the official LUA homepage: http://www.lua.org

SYNTAX
Return String=LUA POP STRING$()

RELATED INFO
LUA command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2